home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: netcom.com!nntpuser
- From: greg@netlanta.com (Greg Colin)
- Subject: Window sizes with VC++ and MFC
- Message-ID: <nntpuserDL2oLp.BAC@netcom.com>
- Sender: netnews@mork.netcom.com
- Nntp-Posting-Host: netlanta.com
- Organization: Netlanta Network Systems, Fayetteville, GA
- X-Newsreader: Forte Free Agent 1.0.82
- Date: Fri, 12 Jan 1996 17:33:13 GMT
-
- I am creating code with AppWizard for an SDI application and want the window to
- be a fized size, and without WS_THICKFRAME. I have fried overriding
- CMainFrame::Create to use a RECT structure that I have set to the values I want,
- but this does not work.
-
- After a couple of hours looking through the online documentation (curses to
- Micro$oft for not providing printed manuals with the software), I am posting
- here in the hope that someone will take pity on a clueless newbie.
-
- Thanks a lot
- Greg
-
-
-